projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344f460
)
(server-visit-files): Bind `minibuffer-auto-raise' to the value of
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 11 Nov 2006 14:11:13 +0000
(14:11 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 11 Nov 2006 14:11:13 +0000
(14:11 +0000)
`server-raise-frame'.
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index c6a70dedaeaa2204dc1dd68d5b51235a66106e5d..ec9746598412d4e6653aba6068e3ec12399e8326 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-511,7
+511,8
@@
so don't mark these buffers specially, just visit them normally."
;; If there is an existing buffer modified or the file is
;; modified, revert it. If there is an existing buffer with
;; deleted file, offer to write it.
- (let* ((filen (car file))
+ (let* ((minibuffer-auto-raise server-raise-frame)
+ (filen (car file))
(obuf (get-file-buffer filen)))
(add-to-history 'file-name-history filen)
(if (and obuf (set-buffer obuf))